ea40293201cff164ae62857181a8ec9c662254ea,portal-service/src/com/liferay/portal/kernel/comment/CommentManagerUtil.java,CommentManagerUtil,addComment,#number#number#String#number#String#Function#,32
Before Change
Function<String, ServiceContext> serviceContextFunction)
throws PortalException {
getCommentManager().addComment(
userId, groupId, className, classPK, body, serviceContextFunction);
}
public static long addComment(
After Change
Function<String, ServiceContext> serviceContextFunction)
throws PortalException {
return getCommentManager().addComment(
userId, groupId, className, classPK, body, serviceContextFunction);
}
public static long addComment(